home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00822.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  197 b   |  14 lines

  1. on exitFrame
  2.   global r
  3.   patchpal()
  4.   puppetSprite(18, 1)
  5.   cursor(4)
  6.   if not soundBusy(1) then
  7.     puppetSound("intro.aif")
  8.   end if
  9.   set r to 1
  10.   setnavi()
  11.   movPrep()
  12.   go(marker(1) + 1)
  13. end
  14.